Fix prototype to use "(void)" instead of "()".
authorDarin Adler <darin@src.gnome.org>
Tue, 29 May 2001 23:28:28 +0000 (23:28 +0000)
committerDarin Adler <darin@src.gnome.org>
Tue, 29 May 2001 23:28:28 +0000 (23:28 +0000)
* gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()".

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.h

index c3a5f6153e7f2428a6c292a32c2f5548edb56b66..c499e31b28fdcb2f4ae0e5e7c04941540c8230c0 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-29  Darin Adler  <darin@eazel.com>
+
+       * gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()".
+
 Mon May 28 14:21:35 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * io-bmp.c: Patch from Helmethead <hoshem@mel.comcen.com.au> to
index 46ff3533ce9795f9ca26758219ee58c967a53c6e..32ab3a8f469e5e8dc74724337fc66a73cec8d925 100644 (file)
@@ -88,7 +88,7 @@ typedef enum {
         GDK_PIXBUF_ERROR_FAILED
 } GdkPixbufError;
 
-GQuark gdk_pixbuf_error_quark () G_GNUC_CONST;
+GQuark gdk_pixbuf_error_quark (void) G_GNUC_CONST;
 
 \f